home *** CD-ROM | disk | FTP | other *** search
- butxx.onPress = function()
- {
- if(name1.text != "Fill your name here")
- {
- _root.createEmptyMovieClip("loader_mc",this.getNextHighestDepth());
- loader_mc.ofer3 = name1.text;
- loader_mc.shelly3 = score_num;
- butxx._x = 1000;
- butxx._y = 1000;
- loader_mc.getURL("http://games84.com/games1/hind_rank/hind_score.php","_blank","POST");
- }
- };
-